projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceab99f
)
reftests: Fix underlines in link-coloring reftest
author
Benjamin Otte
<otte@redhat.com>
Tue, 21 Jul 2015 00:27:45 +0000
(
02:27
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 21 Jul 2015 00:28:53 +0000
(
02:28
+0200)
Underlines now need to be manually specified in CSS since GTK got
text-decoration support.
testsuite/reftests/link-coloring.css
patch
|
blob
|
history
diff --git
a/testsuite/reftests/link-coloring.css
b/testsuite/reftests/link-coloring.css
index 0c4c13df81a9f8bc8097ee9e37094eae7dab1f39..a4ce28cd40481ce6943cf24911c3785d54111f0b 100644
(file)
--- a/
testsuite/reftests/link-coloring.css
+++ b/
testsuite/reftests/link-coloring.css
@@
-8,6
+8,10
@@
color: purple;
}
+:link,*, :visited * {
+ text-decoration: underline;
+}
+
/* should never happen */
:link:visited {
color: red;